home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / gfx / conv / PPT_dist.readme < prev    next >
Text File  |  1999-03-02  |  17KB  |  423 lines

  1. Short:    A Modular Image Processing Package
  2. Author:   Janne.Jalkanen@iki.fi
  3. Uploader: Janne.Jalkanen@iki.fi
  4. Version:  5.20
  5. Type:     gfx/conv
  6.  
  7.     PPT is a powerful, free image processing package, that boasts with the
  8.     following properties:
  9.  
  10.     - Handles both 24 bit truecolor and 8 bit grayscale images with optional
  11.       alpha channel.
  12.  
  13.     - Modular design, ie. you can easily add new loaders and filters to the
  14.       program.
  15.  
  16.     - Internal multi-tasking: You can process/load/save many images at
  17.       the same time! No need to wait for another project to be ready!
  18.  
  19.     - Unlimited (except by available memory) buffers!
  20.  
  21.     - Unlimited (except by available disk space) undo!
  22.  
  23.     - User configurable virtual memory (no MMU required)
  24.  
  25.     - AREXX port
  26.  
  27.     - Font sensitive and scalable GUI using Jan van den Baard's and Ian
  28.       J. Einman's BGUI package (release 41 needed)
  29.  
  30.     - Quick preview window for fast updates.
  31.  
  32.     - Requires OS 2.0 (V37). Yes, this is a feature :) and uses some
  33.       OS 3.0 (V39) features. Takes use of AGA chips if installed.  CyberGFX
  34.       is also supported!
  35.  
  36.     - Loads following image types:
  37.         o IFF ILBM (1-8 bitplanes, HAM6/8, EHB, ILBM 24 bit)
  38.         o JPEG/JFIF (both grayscale and 24 bit.  Also progressive!)
  39.         o PPM/PGM types P2, P3, P5 and P6.
  40.         o PNG (all standard types)
  41.         o Compuserve GIF (both 87 and 89a formats)
  42.         o Targa Truevision (8,15,16,24 and 32 bit formats)
  43.         o YUVN
  44.         o TIFF
  45.         o Anything you have a Datatype for...
  46.  
  47.     - Saves following image types:
  48.         o JPEG/JFIF (both grayscale and 24 bit.  Also progressive!)
  49.         o IFF ILBM (24 bit, 1-8 bitplanes)
  50.         o PPM/PGM types P5 and P6
  51.         o PNG (grayscale and 24 bit)
  52.         o Compuserve GIF (both 87 and 89a formats)
  53.         o Targa Truevision (24 bit)
  54.         o C-code
  55.  
  56.     - Can do several effects (over 30 effects):
  57.         o AutoCrop & Crop
  58.         o Flip, Shift, Roll
  59.         o Colorspace manipulations
  60.         o Convolute (User-definable masks up to 7x7 size supported! Many
  61.           example masks included. Saving and loading custom masks.)
  62.         o Remove Isolated Pixels
  63.         o Histogram Equalization (local & global)
  64.         o Brightness, contrast & gamma correction
  65.         o Threshold
  66.         o Scale & Resize
  67.         o Image compositing
  68.         o Noise (many variations)
  69.         o Color manipulation (ColorMix, ColorChange, Extract)
  70.         o and many others...
  71.  
  72.     This is the fourth public release of PPT, code-named "Cauchy-6".
  73.     Changes from the C-3 release include:
  74.  
  75. ---snip---
  76.  
  77. Version 4.61 (Sunday, 25-Oct-98 22:46:56)
  78. -----------------------------------------
  79. - Added Contrib-directory to the distribution and made PPT seek modules from there
  80. - Info now shows also which CPUs the current effect/iomod supports
  81.  
  82.  
  83. Version 4.62 (Sunday, 08-Nov-98 00:53:30)
  84. -----------------------------------------
  85. - Major changes in localization - now it should even be possible... =)
  86. - Bug fix: AREXX IOMODULEINFO did not handle save formats correctly
  87. - AREXX IOMODULEINFO now returns a new stem item: PREFERREDPOSTFIX
  88. - File requesters now remember their positions (if you use Preferences/Save)
  89. - Bug fix: REXX error messages did not arrive correctly, if loading
  90.   failed.
  91.  
  92.  
  93. Version 4.63 (Friday, 04-Dec-98 23:18:18)
  94. -----------------------------------------
  95. - GIF.iomod 1.6: Fixed bug with certain image types not loading,
  96.   but failing with error "EOF detected".
  97.   Reported by Detlef Wojtaszkiewicz.
  98.  
  99.  
  100. Version 4.64 (Saturday, 05-Dec-98 00:04:28)
  101. -------------------------------------------
  102. - Fixed some visual bugs in the Preferences window (have to start slowly
  103.   after a long break... =)
  104. - Implemented new macros for application developers
  105.  
  106.  
  107.  
  108. Version 4.65 (Monday, 07-Dec-98 13:48:59)
  109. -----------------------------------------
  110. - Made toolbar configurable (read/write from preferences file),
  111.   but no onscreen config yet.  Text only, at the moment.
  112.  
  113.  
  114. Version 4.66 (Monday, 07-Dec-98 20:26:35)
  115. -----------------------------------------
  116. - Added Huge preview size and changed the other preview sizes.
  117.  
  118.  
  119. Version 4.67 (Monday, 07-Dec-98 20:27:19)
  120. -----------------------------------------
  121. - Interim release Cauchy-4 for a special occasion...
  122.  
  123.  
  124. Version 4.68 (Monday, 07-Dec-98 23:56:44)
  125. -----------------------------------------
  126. - Bug fix: list fonts were not set correctly.  They would work if you closed PPT
  127.   and opened it again, but now they can be set on the fly.
  128.  
  129.  
  130. Version 5.0 (Wednesday, 09-Dec-98 22:23:08)
  131. -------------------------------------------
  132. - THE API HAS CHANGED!  You must remove any modules you had, since they
  133.   do not work anymore with V5.  For the technically minded people:
  134.   PPTBase moved from a5 to a3, since it was causing problems with GCC.
  135.   It was a stupid idea to begin with, I admit.  Should've done my
  136.   research better...
  137.  
  138.  
  139. Version 5.1 (Thursday, 10-Dec-98 23:16:52)
  140. ------------------------------------------
  141. - Bitfield 1.3: Added missing REXX template - now this effect works from REXX.
  142.  
  143.  
  144. Version 5.2 (Saturday, 12-Dec-98 13:39:18)
  145. ------------------------------------------
  146. - Bug fix: Initial display mode guess might have been wrong when
  147.   using CyberGFX.
  148.  
  149.  
  150. Version 5.3 (Sunday, 13-Dec-98 22:10:32)
  151. ----------------------------------------
  152. - Added new effect: ColorCount (requested by A. Tolonen)
  153. - Fixed some visual errors with the new BGUI.library
  154. - Added new function in the support library: CloseProgress().
  155.  
  156.  
  157. Version 5.4 (Tuesday, 15-Dec-98 23:29:53)
  158. -----------------------------------------
  159. - Added SetRexxVariable() routine to support library.
  160. - Added PPTX_NoChangeFrame tag, and support for it.
  161.  
  162.  
  163.  
  164. Version 5.5 (Wednesday, 16-Dec-98 22:41:47)
  165. -------------------------------------------
  166. - Added Tooltips to tool bar gadgets
  167. - Now displays the zoomed area size on top of the frame window
  168.  
  169.  
  170. Version 5.6 (Saturday, 19-Dec-98 00:02:39)
  171. ------------------------------------------
  172. - Text.effect v1.1: fixed a number of bugs:
  173.    - font requester sample text was not displayed (this is actually
  174.      a bug in BGUI, but can be circumvented)
  175.    - chip ram trashing fixed
  176.    - debugging code disabled
  177. I really hope these fix your problems...
  178.  
  179.  
  180. Version 5.7 (Sunday, 20-Dec-98 19:21:36)
  181. ----------------------------------------
  182. - Rewrote almost all toolbar handling (it is now almost a proper BGUI class)
  183. - Added new PPT icons courtesy of A. Tolonen (thank you, very much!)
  184. - Release C-5
  185.  
  186.  
  187. Version 5.8 (Saturday, 02-Jan-99 19:47:00)
  188. ------------------------------------------
  189. - ILBM.iomod v1.6: No longer crashes on bad IFF files.  Reported by Detlef Wojtaszkiewicz
  190.  
  191.  
  192. Version 5.9 (Saturday, 02-Jan-99 22:40:16)
  193. ------------------------------------------
  194. - Bug fix: Toolbar window was accidentally closed if you didn't change
  195.   toolbar configuration from the preferences window and saved prefs...
  196. - Bug fix: Huge preview size was not correctly read from preferences file.
  197.   Reported by  Detlef Wojtaszkiewicz.
  198. - Added a shortcut to 'Close Render'. Suggested by  Detlef Wojtaszkiewicz.
  199. - Updated copyright info for 1999.  It's amazing, isn't it?
  200.  
  201.  
  202. Version 5.10 (Lauantai, 02-Tam-99   23:32:47)
  203. ---------------------------------------------
  204. - Bug fix: If you called Info on negative, it would display false.
  205.  
  206.  
  207. Version 5.11 (Wednesday, 13-Jan-99 23:00:19)
  208. --------------------------------------------
  209. - Bug fix: No longer complains if you select "Process" and after that, Cancel.
  210. - Now you can use the images also in the toolbar.
  211.  
  212.  
  213. Version 5.12 (Sunday, 17-Jan-99 15:25:46)
  214. -----------------------------------------
  215. - ColorCount 1.1: Adapts dynamically to low memory situations.
  216.  
  217.  
  218. Version 5.13 (Sunday, 17-Jan-99 16:12:47)
  219. -----------------------------------------
  220. - ColorChange 1.7: Didn't quit if PPT was quit.
  221.  
  222.  
  223. Version 5.14 (Monday, 18-Jan-99 23:02:25)
  224. -----------------------------------------
  225. - ColorCount 1.2: Grayscale didn't work.
  226.  
  227.  
  228. Version 5.15 (Sunday, 14-Feb-99 19:42:01)
  229. -----------------------------------------
  230. - Bug fix: no longer opens and closes display if there is no need when you
  231.   change prefs.
  232. - Added support for preview dithering.  Requested by several people.
  233.  
  234.  
  235. Version 5.16 (Thursday, 18-Feb-99 11:09:54)
  236. -------------------------------------------
  237. - Oops, left some debugging code in.  ARGB is now faster again.
  238.  
  239.  
  240. Version 5.17 (Saturday, 20-Feb-99 12:21:16)
  241. -------------------------------------------
  242. - For some strange reason, I kept linking with v40.14 of amiga.lib, causing memory
  243.   pools to malfunction under OSV37.  Apparently there are not very many OS2.x people
  244.   left anymore, because nobody complained...
  245.  
  246.  
  247. Version 5.18 (Saturday, 20-Feb-99 15:30:03)
  248. -------------------------------------------
  249. - Added support for ordered dithering in rendering.
  250.  
  251.  
  252. Version 5.19 (Saturday, 20-Feb-99 22:39:27)
  253. -------------------------------------------
  254. - PPT now has an AppIcon. (Requested by several people, some quite
  255.   vocally ;-)
  256.  
  257.  
  258. Version 5.20 (Sunday, 21-Feb-99 20:55:21)
  259. -----------------------------------------
  260. - Fixed a multitude of problems with images in toolbar.
  261. - Release Cauchy-6
  262.  
  263. --- snip ---
  264.  
  265.  
  266.     Support information can always be found at
  267.  
  268.     http://www.iki.fi/~jalkanen/PPT.html
  269.  
  270.  
  271.  
  272.     My public PGP signature is available below.  If you use it for personal
  273.     communication, expect a delay of several days.  You should use this
  274.     to check that the PPT main program has not been tampered with.
  275.  
  276. -----BEGIN PGP PUBLIC KEY BLOCK-----
  277. Version: PGPfreeware 5.0i for non-commercial use
  278. Comment: PGP 5 - Generated on an Amiga computer!
  279.  
  280. mQCNAzPT6P4AAAEEAMjEbGpKD5sUnO5HWLgVdZo9V0BFnc+erGZRG2kHuieRq+2t
  281. KJTVS38UewQ0Y+MIcVV9I39O5Xb1D1W/b0nuHoWxXZbqn4HvX9JtajJMXG/B+ha0
  282. HUile71gBZaf3X8yjX8KLMwyoaXffXuDPztPcIf9KIUOGNuq/C+Hz6bVE9MRAAUT
  283. tCZKYW5uZSBKYWxrYW5lbiA8SmFubmUuSmFsa2FuZW5AaWtpLmZpPokAlQMFEDPT
  284. 6P8vh8+m1RPTEQEBJ58D/2NKmvcMnLVJxSXxS9s3VEQXfZQlmCKh9pURULByWV4z
  285. nCaBYStwAR6mldIOWuhWxNAVDwI4IS/PDMsIdu6lUmj5T7Qd2rr0QsVo3VoT3fR0
  286. CnaPL5Tpv86w/1LhYt7De39w8FML6d/6ec/tk+Dz8yYD0RKSzL6wgrY7uO+Unz/2
  287. =phqw
  288. -----END PGP PUBLIC KEY BLOCK-----
  289.  
  290.  
  291. ============================= Archive contents =============================
  292.  
  293. Original  Packed Ratio    Date     Time    Name
  294. -------- ------- ----- --------- --------  -------------
  295.     1922     943 50.9% 21-Feb-99 21:23:38  PPT.info
  296.     1516     937 38.1% 25-Oct-98 22:00:04 +Modules.info
  297.      376     220 41.4% 25-Oct-98 21:58:46 +README
  298.     1619    1000 38.2% 25-Oct-98 21:59:24 +README.info
  299.     1516     931 38.5% 25-Oct-98 21:59:30 +rexx.info
  300.     2944    1198 59.3% 27-Sep-98 11:33:34 +Convert_AdPro-Conv.prx
  301.     1516     937 38.1% 20-Sep-98 21:27:04 +Docs.info
  302.    27821    8846 68.2% 08-Nov-98 00:26:26 +arexx.guide
  303.     1796    1114 37.9% 28-Jun-98 22:48:40 +arexx.guide.info
  304.    43132   14429 66.5% 17-Jan-99 15:31:48 +effects.guide
  305.     1796    1116 37.8% 28-Jun-98 22:48:40 +effects.guide.info
  306.    14164    5088 64.0% 17-Oct-98 00:21:50 +loaders.guide
  307.     1796    1115 37.9% 28-Jun-98 22:48:40 +loaders.guide.info
  308.    67654   25800 61.8% 21-Feb-99 21:04:56 +ppt.guide
  309.     1796    1115 37.9% 28-Jun-98 22:48:40 +PPT.guide.info
  310.     5094    2211 56.5% 28-Jun-98 23:28:58 +tutorials.guide
  311.     1796    1112 38.0% 28-Jun-98 22:48:40 +tutorials.guide.info
  312.      248     157 36.6% 19-Nov-98 11:57:38 +Close
  313.      242     147 39.2% 19-Nov-98 11:58:12 +Copy
  314.      244     129 47.1% 19-Nov-98 11:58:28 +CorrectAspect
  315.      242     155 35.9% 19-Nov-98 11:58:48 +Cut
  316.      244     145 40.5% 15-Oct-98 19:18:58 +HideShow
  317.      244     127 47.9% 19-Nov-98 11:59:02 +Info
  318.      242     163 32.6% 15-Oct-98 19:25:32 +Load
  319.      244     130 46.7% 15-Oct-98 19:15:20 +New
  320.      246     162 34.1% 19-Nov-98 11:59:20 +Palette
  321.      242     156 35.5% 19-Nov-98 11:59:38 +Paste
  322.      244     139 43.0% 15-Oct-98 19:22:36 +Prefs
  323.      240     143 40.4% 19-Nov-98 11:59:56 +Process
  324.      248     175 29.4% 19-Nov-98 12:00:16 +ProcessBreak
  325.       96      84 12.5% 21-Feb-99 20:27:30 +README
  326.      244     174 28.6% 15-Oct-98 19:20:56 +Rename
  327.      244     179 26.6% 19-Nov-98 12:00:32 +Render
  328.      244     179 26.6% 19-Nov-98 12:00:46 +RenderClose
  329.      246     187 23.9% 19-Nov-98 12:01:02 +RenderPrefs
  330.      244     168 31.1% 15-Oct-98 19:17:58 +Save
  331.      244     149 38.9% 19-Nov-98 12:01:18 +SelectAll
  332.      240     138 42.5% 19-Nov-98 12:01:36 +Undo
  333.      244     150 38.5% 19-Nov-98 12:01:50 +ZoomIn
  334.      244     150 38.5% 19-Nov-98 12:02:02 +ZoomOut
  335.    36061   12417 65.5% 21-Feb-99 20:55:32 +HISTORY
  336.     2154    1269 41.0% 20-Sep-98 21:27:04 +Images.info
  337.     5756    5756  0.0% 28-Sep-97 19:18:26 +Rose.jpg
  338.     6917    2134 69.1% 21-Feb-99 21:09:00 +install
  339.     1739    1217 30.0% 20-Sep-98 21:32:48 +Install.info
  340.   123588   69860 43.4% 24-May-98 16:31:32 +bgui.library
  341.   121576   68661 43.5% 24-May-98 16:30:40 +bgui.library_e
  342.     4148    2610 37.0% 21-Feb-99 21:23:14 +bgui_bitmap.image
  343.    12992    7873 39.4% 21-Feb-99 21:23:14 +bgui_float.gadget
  344.     5468    3411 37.6% 06-Oct-96 23:00:26 +bgui_palette.gadget
  345.     3700    1420 61.6% 24-May-98 16:32:40 +ReadMe-BETA
  346.     9796    6189 36.8% 21-Feb-99 21:21:58 +moduleinfo
  347.      552     296 46.3% 02-Feb-97 00:05:30 +moduleinfo.doc
  348.       27      27  0.0% 05-Sep-98 13:14:46 +.DistFiles_nonfree
  349.     2748    1796 34.6% 12-Dec-98 21:46:10 +addalpha.effect
  350.     3176    1810 43.0% 12-Dec-98 21:46:12 +addconstant.effect
  351.     4136    2646 36.0% 12-Dec-98 21:46:14 +autocrop.effect
  352.     1892    1210 36.0% 12-Dec-98 21:46:14 +bitfield.effect
  353.     5104    3374 33.8% 12-Dec-98 21:46:16 +brightness.effect
  354.     4688    2889 38.3% 20-Dec-98 19:45:24 +c-code.iomod
  355.     7504    3327 55.6% 17-Jan-99 16:12:50 +colorchange.effect
  356.     4376    2748 37.2% 18-Jan-99 23:02:24 +colorcount.effect
  357.    16856    7552 55.1% 12-Dec-98 21:46:20 +colormix.effect
  358.    16456    7429 54.8% 12-Dec-98 21:46:22 +colormix_020.effect
  359.     6824    3912 42.6% 12-Dec-98 21:46:22 +composite.effect
  360.     5884    3702 37.0% 12-Dec-98 21:46:24 +contrast.effect
  361.    19168    7537 60.6% 12-Dec-98 21:46:26 +convolute.effect
  362.    18756    7301 61.0% 12-Dec-98 21:46:28 +convolute_020.effect
  363.      170      84 50.5% 07-Mar-95 19:47:32 +average_3x3
  364.      170      85 50.0% 16-Feb-95 16:48:18 +blur.conv
  365.      174      88 49.4% 14-Feb-95 19:18:16 +edgedetect.conv
  366.      173      82 52.6% 13-Feb-95 23:57:58 +raise1.conv
  367.      175      87 50.2% 16-Feb-95 16:49:14 +sharpen.conv
  368.     1664    1100 33.8% 12-Dec-98 21:46:28 +crop.effect
  369.     2744    1787 34.8% 12-Dec-98 21:46:04 +datatypes.iomod
  370.     2244    1389 38.1% 12-Dec-98 21:46:32 +extract.effect
  371.     2876    1801 37.3% 12-Dec-98 21:46:42 +flip.effect
  372.     9308    5547 40.4% 12-Dec-98 21:46:44 +gamma.effect
  373.    77248   28280 63.3% 13-Jan-99 23:09:48 +grayscale.effect
  374.     5864    3513 40.0% 12-Dec-98 21:46:46 +histeq.effect
  375.     5372    3155 41.2% 12-Dec-98 21:46:48 +histeq_020.effect
  376.     8964    4797 46.4% 02-Jan-99 19:43:22 +ilbm.iomod
  377.    88008   50007 43.1% 12-Dec-98 21:46:00 +jpeg.iomod
  378.    79212   45641 42.3% 12-Dec-98 21:46:00 +jpeg_040.iomod
  379.     3304    2015 39.0% 12-Dec-98 21:46:50 +median.effect
  380.     3384    2041 39.6% 12-Dec-98 21:46:50 +median_020.effect
  381.      284     222 21.8% 12-Dec-98 21:46:10 +negative.effect
  382.     3016    1979 34.3% 12-Dec-98 21:46:50 +noise.effect
  383.     2156    1307 39.3% 12-Dec-98 21:45:52 +plain.iomod
  384.    88568   49417 44.2% 12-Dec-98 21:45:54 +png.iomod
  385.     5284    3208 39.2% 12-Dec-98 21:46:04 +ppm.iomod
  386.     3728    2118 43.1% 12-Dec-98 21:46:52 +resize.effect
  387.     1744    1131 35.1% 12-Dec-98 21:46:52 +rip.effect
  388.     3112    1979 36.4% 12-Dec-98 21:46:54 +roll.effect
  389.     9640    5302 45.0% 12-Dec-98 21:46:56 +rotate.effect
  390.     7384    4477 39.3% 12-Dec-98 21:46:58 +rotate_060.effect
  391.     7344    4469 39.1% 12-Dec-98 21:46:56 +rotate_881.effect
  392.    12320    6779 44.9% 12-Dec-98 21:46:58 +scale.effect
  393.     5648    3684 34.7% 12-Dec-98 21:47:00 +shear.effect
  394.     3100    1979 36.1% 12-Dec-98 21:47:02 +shift.effect
  395.     6748    4091 39.3% 12-Dec-98 21:45:56 +targa.iomod
  396.    13800    7315 46.9% 19-Dec-98 00:03:54 +text.effect
  397.     2376    1503 36.7% 12-Dec-98 21:47:04 +threshold.effect
  398.    12212    5745 52.9% 12-Dec-98 21:47:04 +transparency.effect
  399.     1268     831 34.4% 12-Dec-98 21:47:06 +truecolor.effect
  400.     4352    2389 45.1% 12-Dec-98 21:46:08 +yuvn.iomod
  401.   182420  100879 44.6% 21-Feb-99 21:23:24 +ppt
  402.      415     332 20.0% 21-Feb-99 21:23:46 +ppt.asc
  403.    20391   14114 30.7% 20-Dec-98 19:44:20 +ppt.info
  404.   181188  100413 44.5% 21-Feb-99 21:23:26 +ppt020
  405.      415     328 20.9% 21-Feb-99 21:23:46 +ppt020.asc
  406.     9990    4252 57.4% 21-Feb-99 20:57:16 +README
  407.     1619    1000 38.2% 20-Sep-98 21:27:04 +README.info
  408.      812     482 40.6% 21-Feb-99 20:30:58 +ReleaseNotes
  409.     1619     996 38.4% 20-Sep-98 21:27:04 +ReleaseNotes.info
  410.     1516     931 38.5% 20-Sep-98 21:27:04 +rexx.info
  411.     1569     760 51.5% 29-Jun-98 20:51:14 +AntiqueTint.prx
  412.     2151     946 56.0% 29-Jun-98 20:51:34 +AskReq.prx
  413.     1535     690 55.0% 29-Jun-98 20:51:58 +Components.prx
  414.     1750     789 54.9% 08-Dec-98 00:10:08 +DropShadow.prx
  415.      859     395 54.0% 15-May-97 00:13:08 +empty.prx
  416.     1698     815 52.0% 29-Jun-98 20:52:16 +FalseColour.prx
  417.     1744     795 54.4% 28-Jun-98 21:31:06 +InvertAlpha.prx
  418.     1360     635 53.3% 29-Jun-98 20:52:28 +Pixelize.prx
  419.      772     429 44.4% 11-Nov-98 21:14:54 +README
  420.     1482     697 52.9% 28-Jun-98 21:32:26 +Zoom.prx
  421. -------- ------- ----- --------- --------
  422.  1536199  804073 47.6% 26-Feb-99 01:24:40   126 files
  423.